JournalUIState

data class JournalUIState(var entryList: List<JournalEntry> = listOf())

UI State for managing the journal entries.

Constructors

Link copied to clipboard
constructor(entryList: List<JournalEntry> = listOf())

Properties

Link copied to clipboard

A list of JournalEntry objects representing the journal entries.